projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26d05e2
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 27 Apr 1997 18:02:16 +0000
(18:02 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 27 Apr 1997 18:02:16 +0000
(18:02 +0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index cd9002da27030e3a8682529c162752580b1f0ac5..297d71bf21fe2a31fcbb0ede4eaa26292677c3e8 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-2720,6
+2720,10
@@
x_window (f, window_prompting, minibuffer_only)
}
len = strlen (shell_position) + 1;
+ /* We don't free this because we don't know whether
+ it is safe to free it while the frame exists.
+ It isn't worth the trouble of arranging to free it
+ when the frame is deleted. */
tem = (char *) xmalloc (len);
strncpy (tem, shell_position, len);
XtSetArg (al[ac], XtNgeometry, tem); ac++;